C++ keywords
From Cppreference
| C++ Standard Library | ||||
|---|---|---|---|---|
| C++ language | ||||
| C++ keywords | ||||
This is a list of reserved keywords in C++. Since they are used by the language, these keywords are not available for re-definition (or overloading).
|
and |
decltype(2) |
new |
switch |
- (1) - meaning changed in C++11
- (2) - C++11 feature